home *** CD-ROM | disk | FTP | other *** search
/ Weekly Play Boy All Stars / Weekly Play Boy All Stars 1.iso / pc / misaki.exe / misaki.dxr / 00018_goWEBS.ls < prev    next >
Encoding:
Text File  |  2003-01-22  |  190 b   |  15 lines

  1. on mouseEnter me
  2.   cursor(280)
  3.   updateStage()
  4. end
  5.  
  6. on mouseLeave me
  7.   cursor(-1)
  8.   updateStage()
  9. end
  10.  
  11. on mouseUp me
  12.   cursor(-1)
  13.   gotoNetPage("http://wpb-net.shueisha.co.jp/", "_new")
  14. end
  15.